Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#111, #112 : Kinesis Channel issues fixed. #129

Merged
merged 8 commits into from
Sep 5, 2023

Conversation

rkhera-tibco
Copy link
Collaborator

#111: Aws Kinesis must be set up on the local machine. Currently, 3 ways of Authentication are supported which are as follows :

  1. Using Profile name: Using only a profile name is sufficient, but this will require the setup of configure and credentials files of AWS on the local machine.
  2. If the AWS account is user-based: Provide an access key, secret key, and session token in the CDD file for authentication. This does not require setting up AWS on the local machine.
  3. If the AWS account is role-based: In addition to the access key, secret key, and session token, provide role arn and role session name for the authentication. This does not require setting up AWS on the local machine.

#112: AWS Kinesis, While starting the BE application, introduced a check whether the kinesis data stream exists or not, in case it does not exist, it will throw an error and terminate. This applies to producers and consumers.

@rkhera-tibco rkhera-tibco added the Kinesis channel Issues related to kinesis channel. label Aug 31, 2023
@rkhera-tibco rkhera-tibco self-assigned this Aug 31, 2023
@rkhera-tibco
Copy link
Collaborator Author

Resolved issues #111 and #112.

@rkhera-tibco rkhera-tibco reopened this Sep 5, 2023
@rkhera-tibco rkhera-tibco merged commit 655254a into TIBCOSoftware:main Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kinesis channel Issues related to kinesis channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants